﻿2026-08-29T05:58:41.1189901Z ##[group]Run actions/checkout@v5
2026-08-29T05:58:41.1190753Z with:
2026-08-29T05:58:41.1191421Z   repository: SaberMage/spt-shell-notify
2026-08-29T05:58:41.1192295Z   path: .adapter-notify
2026-08-29T05:58:41.1199572Z   token: ***
2026-08-29T05:58:41.1200227Z   ssh-strict: true
2026-08-29T05:58:41.1200900Z   ssh-user: git
2026-08-29T05:58:41.1201581Z   persist-credentials: true
2026-08-29T05:58:41.1202338Z   clean: true
2026-08-29T05:58:41.1203023Z   sparse-checkout-cone-mode: true
2026-08-29T05:58:41.1203827Z   fetch-depth: 1
2026-08-29T05:58:41.1204490Z   fetch-tags: false
2026-08-29T05:58:41.1205171Z   show-progress: true
2026-08-29T05:58:41.1205853Z   lfs: false
2026-08-29T05:58:41.1206483Z   submodules: false
2026-08-29T05:58:41.1207185Z   set-safe-directory: true
2026-08-29T05:58:41.1207962Z   allow-unsafe-pr-checkout: false
2026-08-29T05:58:41.1208765Z env:
2026-08-29T05:58:41.1209936Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-iulC7F
2026-08-29T05:58:41.1211641Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-iulC7F
2026-08-29T05:58:41.1213263Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-iulC7F
2026-08-29T05:58:41.1214856Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-iulC7F
2026-08-29T05:58:41.1216123Z ##[endgroup]
2026-08-29T05:58:41.1892388Z Syncing repository: SaberMage/spt-shell-notify
2026-08-29T05:58:41.1896693Z ##[group]Getting Git version info
2026-08-29T05:58:41.1898447Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-29T05:58:41.1918793Z [command]/usr/bin/git version
2026-08-29T05:58:41.1983651Z git version 2.43.0
2026-08-29T05:58:41.2000393Z ##[endgroup]
2026-08-29T05:58:41.2007086Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/8301155b-7864-4c22-a7e5-47fe5a3d59f8/.gitconfig'
2026-08-29T05:58:41.2014478Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8301155b-7864-4c22-a7e5-47fe5a3d59f8' before making global git config changes
2026-08-29T05:58:41.2016808Z Adding repository directory to the temporary git global config as a safe directory
2026-08-29T05:58:41.2018918Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-29T05:58:41.2044117Z ##[group]Initializing the repository
2026-08-29T05:58:41.2047045Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-29T05:58:41.2071662Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-29T05:58:41.2073699Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-29T05:58:41.2075525Z hint: of your new repositories, which will suppress this warning, call:
2026-08-29T05:58:41.2076910Z hint: 
2026-08-29T05:58:41.2077950Z hint: 	git config --global init.defaultBranch <name>
2026-08-29T05:58:41.2079191Z hint: 
2026-08-29T05:58:41.2080150Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-29T05:58:41.2081837Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-29T05:58:41.2082995Z hint: 
2026-08-29T05:58:41.2083654Z hint: 	git branch -m <name>
2026-08-29T05:58:41.2085194Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-29T05:58:41.2088153Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-29T05:58:41.2105833Z ##[endgroup]
2026-08-29T05:58:41.2106973Z ##[group]Disabling automatic garbage collection
2026-08-29T05:58:41.2107996Z [command]/usr/bin/git config --local gc.auto 0
2026-08-29T05:58:41.2132210Z ##[endgroup]
2026-08-29T05:58:41.2133308Z ##[group]Setting up auth
2026-08-29T05:58:41.2137142Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-29T05:58:41.2162158Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-29T05:58:41.2347180Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-29T05:58:41.2376863Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-29T05:58:41.2563130Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-29T05:58:41.2591151Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-29T05:58:41.2780897Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-29T05:58:41.2813396Z ##[endgroup]
2026-08-29T05:58:41.2814828Z ##[group]Determining the default branch
2026-08-29T05:58:41.2816096Z Retrieving the default branch name
2026-08-29T05:58:41.6742999Z Default branch 'main'
2026-08-29T05:58:41.6744269Z ##[endgroup]
2026-08-29T05:58:41.6744749Z ##[group]Fetching the repository
2026-08-29T05:58:41.6748762Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-29T05:58:42.1812918Z From https://github.com/SaberMage/spt-shell-notify
2026-08-29T05:58:42.1813471Z  * [new branch]      main       -> origin/main
2026-08-29T05:58:42.1829648Z ##[endgroup]
2026-08-29T05:58:42.1829982Z ##[group]Determining the checkout info
2026-08-29T05:58:42.1832176Z ##[endgroup]
2026-08-29T05:58:42.1836600Z [command]/usr/bin/git sparse-checkout disable
2026-08-29T05:58:42.1878477Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-29T05:58:42.1904561Z ##[group]Checking out the ref
2026-08-29T05:58:42.1907477Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-29T05:58:42.1945858Z Switched to a new branch 'main'
2026-08-29T05:58:42.1946197Z branch 'main' set up to track 'origin/main'.
2026-08-29T05:58:42.1950035Z ##[endgroup]
2026-08-29T05:58:42.1982552Z [command]/usr/bin/git log -1 --format=%H
2026-08-29T05:58:42.2006698Z ee2d37eadc730c0019e0af82d683074c509634a2
